Re: [GENERAL] importing into postgres - Mailing list pgsql-general

From lynch@lscorp.com (Richard Lynch)
Subject Re: [GENERAL] importing into postgres
Date
Msg-id v02140b07b1dd10841152@[207.152.64.133]
Whole thread Raw
List pgsql-general
create an import table with no id field, or rather, with a fake field that
will accept whatever you have in the file.

Then, do an:

insert into realTable from select * from importTable;

and let your auto incrementer do its job.

--
--
-- "TANSTAAFL" Rich lynch@lscorp.com



pgsql-general by date:

Previous
From: Roberto Joao Lopes Garcia
Date:
Subject: How about this LOGO?
Next
From: "Brett W. McCoy"
Date:
Subject: Re: [GENERAL] How about this LOGO?